GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...
Andrew Svetlov
2017-12-14
32
-65
/
+66
*
bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861)
Miss Islington (bot)
2017-12-14
1
-2
/
+2
*
[3.6] Test atexit shutdown mechanism in a subprocess (GH-4828) (#4829)
Antoine Pitrou
2017-12-13
1
-0
/
+16
*
Fix improper use of re.escape() in tests. (GH-4814) (#4816)
Miss Islington (bot)
2017-12-12
1
-1
/
+1
*
Fix implementation dependent assertion in test_plistlib. (GH-4813) (#4815)
Miss Islington (bot)
2017-12-12
1
-1
/
+2
*
bpo-31942: Document optional support of start and stop attributes in Sequence...
Miss Islington (bot)
2017-12-12
1
-0
/
+3
*
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...
Miss Islington (bot)
2017-12-12
1
-1
/
+20
*
Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#...
Miss Islington (bot)
2017-12-11
3
-3
/
+3
*
bpo-22671: Clarify and test default read method implementations (GH-4568) (#4...
Miss Islington (bot)
2017-12-11
1
-2
/
+51
*
Removed doubled 'bpo-'. (GH-4777) (#4780)
Miss Islington (bot)
2017-12-10
1
-1
/
+1
*
bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750)
Miss Islington (bot)
2017-12-07
1
-2
/
+4
*
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link li...
Miss Islington (bot)
2017-12-07
1
-1
/
+1
*
Merge tag 'v3.6.4rc1' into 3.6
Ned Deily
2017-12-05
1
-15
/
+5
|
\
|
*
Update NEWS and pydoc topics.
Ned Deily
2017-12-05
1
-15
/
+5
*
|
bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
Miss Islington (bot)
2017-12-05
1
-0
/
+7
|
/
*
[3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...
Miss Islington (bot)
2017-12-05
1
-1
/
+2
*
[bpo-28556] Minor fixes for typing module (GH-4710) (#4713)
Miss Islington (bot)
2017-12-04
2
-10
/
+52
*
bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)
Miss Islington (bot)
2017-12-04
1
-5
/
+9
*
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)
Miss Islington (bot)
2017-12-04
1
-0
/
+16
*
bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)
Miss Islington (bot)
2017-12-03
5
-563
/
+508
*
[3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
Nick Coghlan
2017-12-03
1
-0
/
+45
*
bpo-20891: Fix PyGILState_Ensure() (#4650) (#4655)
Victor Stinner
2017-11-30
1
-9
/
+37
*
bpo-32072: Fix issues with binary plists. (GH-4455) (#4654)
Miss Islington (bot)
2017-12-01
2
-36
/
+106
*
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-408...
Miss Islington (bot)
2017-11-30
1
-2
/
+63
*
Skip test_socket.test_sha256() on linux < 4.5 (GH-4643) (#4645)
Miss Islington (bot)
2017-11-30
1
-0
/
+3
*
bpo-32030: Fix test_sys.test_getallocatedblocks() (#4637)
Victor Stinner
2017-11-29
1
-0
/
+4
*
[3.6] bpo-32107 - Backport bitmask check fix (GH-4576) (#4591)
Barry Warsaw
2017-11-29
1
-14
/
+12
*
bpo-32139: test_strftime does not anymore modify the locale (GH-4569) (#4635)
Miss Islington (bot)
2017-11-29
1
-2
/
+4
*
bpo-32164: Delete unused file idlelib/tabbedpages.py (GH-4628) (#4631)
Miss Islington (bot)
2017-11-29
1
-498
/
+0
*
bpo-30781: Remove unused imports in idlelib.configdialog. (GH-4627) (#4630)
Miss Islington (bot)
2017-11-28
1
-4
/
+3
*
bpo-32100: Delete unneeded import in idlelib.pathbrowser. (GH-4626) (#4629)
Miss Islington (bot)
2017-11-28
1
-1
/
+0
*
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (GH-4499) ...
Miss Islington (bot)
2017-11-29
2
-5
/
+21
*
bpo-32155: Bugfixes found by flake8 F841 warnings (#4619)
Victor Stinner
2017-11-28
1
-1
/
+1
*
asyncio: Fix BaseSelectorEventLoopTests (GH-4595) (#4599)
Miss Islington (bot)
2017-11-28
1
-0
/
+2
*
asyncio: Remove unused Future._tb_logger attribute (GH-4596) (#4598)
Miss Islington (bot)
2017-11-28
1
-8
/
+1
*
pythoninfo: add Py_DEBUG (#4198) (#4580)
Victor Stinner
2017-11-27
1
-0
/
+8
*
bpo-32128: Skip test_nntplib.test_article_head_body() (GH-4552) (#4553)
Miss Islington (bot)
2017-11-25
1
-0
/
+1
*
[3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Berker Peksag
2017-11-24
1
-0
/
+7
*
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
Miss Islington (bot)
2017-11-24
1
-0
/
+12
*
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (GH-4529) (#4533)
Miss Islington (bot)
2017-11-23
2
-8
/
+10
*
[3.6] bpo-31324: Optimize support._match_test() (#4523)
Victor Stinner
2017-11-23
4
-15
/
+118
*
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
Berker Peksag
2017-11-23
1
-1
/
+39
*
[3.6] bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (GH-4484) (#4512)
Terry Jan Reedy
2017-11-22
5
-27
/
+88
*
bpo-30904: Removed duplicated Host: header. (GH-4465) (#4468)
Miss Islington (bot)
2017-11-19
1
-1
/
+3
*
bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812) (GH-4...
Miss Islington (bot)
2017-11-19
1
-1
/
+1
*
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)
Victor Stinner
2017-11-16
1
-0
/
+16
*
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#...
Miss Islington (bot)
2017-11-15
2
-0
/
+24
*
bpo-32011: Revert "Issue GH-15480: Remove the deprecated and unused TYPE_INT6...
Miss Islington (bot)
2017-11-15
1
-0
/
+23
*
[3.6] bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Pri...
Serhiy Storchaka
2017-11-15
1
-0
/
+33
*
bpo-32032: Test both implementations of module-level pickle API. (GH-4401) (#...
Miss Islington (bot)
2017-11-15
3
-18
/
+25
[next]