]> granicus.if.org Git - python/shortlog
python
2014-09-25 Yury Selivanovasyncio.unix_events: Move import statement to match...
2014-09-25 Benjamin Petersonallow archives for rc releases to be built (closes...
2014-09-24 Victor Stinnertest_faulthandler: fix typo
2014-09-24 R David MurrayApply asyncio Task English fixes to docstrings as well.
2014-09-24 R David MurrayImprove English phrasing in asyncio task docs.
2014-09-24 Berker PeksagIssue #16056: Rename test method in test_statistics...
2014-09-24 Serhiy StorchakaIssue #22427: TemporaryDirectory no longer attempts...
2014-09-24 Berker PeksagIssue #21860: Correct docstrings of FileIO.seek() and...
2014-09-23 Serhiy StorchakaMerge heads
2014-09-23 Serhiy StorchakaFixed bytes literals in tests.
2014-09-23 Ned DeilyIssue #22471: Avoid Python Launcher.app install problem...
2014-09-23 Serhiy StorchakaIssue #20912: Now directories added to ZIP file have...
2014-09-23 Serhiy StorchakaFixed test_large_file_exception. Ported tests for large...
2014-09-23 Serhiy StorchakaIssue #21866: ZipFile.close() no longer writes ZIP64...
2014-09-23 Serhiy StorchakaFixed reference leak in the "backslashreplace" error...
2014-09-23 Benjamin Petersonfix error in split() examples (closes #22459)
2014-09-22 Larry HastingsFix pydoc topics. I'll regenerate this again for 3...
2014-09-22 Ned DeilyFix formatting typo in Misc/NEWS.
2014-09-22 Georg BrandlCloses #21431: make docs depend on Sphinx 1.2 and fix...
2014-09-22 Larry HastingsMerge.
2014-09-22 Larry HastingsPost-release engineering work for 3.4.2rc1.
2014-09-21 Jesus CeaTypo: headeronly -> headersonly
2014-09-21 Serhiy StorchakaFixed issue #22415 number in Misc/NEWS for changeset...
2014-09-21 Serhiy StorchakaIssue #22423: Fixed debugging output of the GROUPREF_EX...
2014-09-21 Serhiy StorchakaMerge heads
2014-09-21 Antoine PitrouIssue #21332: Ensure that ``bufsize=1`` in subprocess...
2014-09-21 Serhiy StorchakaIssue #22423: Unhandled exception in thread no longer...
2014-09-20 Larry HastingsAdded tag v3.4.2rc1 for changeset 8711a0951384
2014-09-20 Larry HastingsBump version number for 3.4.2rc1 release. v3.4.2rc1
2014-09-20 Larry HastingsUpdated pydoc topics for 3.4.1rc1 release.
2014-09-20 Georg BrandlDoc: remove invalid uses of ":option:" which will emit...
2014-09-20 R David Murray#21091: make is_attachment a method.
2014-09-20 R David Murray#21079: is_attachment now looks only at the value,...
2014-09-20 Benjamin Petersonuse patch context manager instead of decorator because...
2014-09-20 Berker PeksagIssue #22247: Add NNTPError to nntplib.__all__.
2014-09-20 Ned DeilyIssue #15661: Update OS X installer welcome and readme...
2014-09-20 Terry Jan ReedyUpdate Idle's online doc url.
2014-09-20 Terry Jan ReedyIssue #22420: Avoid 'write to None' crashes by using...
2014-09-19 Benjamin Petersonstandardize pep 466 relnote style
2014-09-19 Benjamin Petersonremove extra letter
2014-09-19 Benjamin Petersonwhatsnew for pep 466 ssl backport
2014-09-18 Vinay SajipIssue #22436: Improved documentation for getEffectiveLe...
2014-09-18 Senthil KumaranIssue #16827: Make Interpreter introduction section...
2014-09-18 Berker PeksagIssue #14824: Update Repr.repr_TYPE documentation to...
2014-09-18 Antoine PitrouIssue #4180: The warnings registries are now reset...
2014-09-17 Victor Stinnerasyncio, Tulip issue 206: In debug mode, keep the callb...
2014-09-17 Senthil KumaranMerge from 3.3
2014-09-17 Senthil KumaranIssue #22419: Limit the length of incoming HTTP request...
2014-09-17 Senthil KumaranMerge from 3.3
2014-09-17 Senthil KumaranIssue #22421 - Secure pydoc server run. Bind it to...
2014-09-17 Ethan FurmanIssue21738: clarify usage of __new__ in Enum subclasses
2014-09-17 Ethan Furmanconsistently use _name_ and _value_; patch from Kiss...
2014-09-16 Antoine PitrouReplace bad ftp URLs in test_urllib2net
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-09-15 Nick CoghlanIssue #22166: clear codec caches in test_codecs
2014-09-15 Serhiy StorchakaRestored re pickling test.
2014-09-15 Ned DeilyIssue #17095: Temporarily revert getpath.c change that...
2014-09-14 Serhiy StorchakaIssue #22384: An exception in Tkinter callback no longe...
2014-09-14 Serhiy StorchakaUse more appropriate asserts in re tests.
2014-09-14 Serhiy StorchakaFixed re tests incorrectly ported from 2.x to 3.x.
2014-09-14 Ned DeilyIssue #22168: Prevent turtle AttributeError with non...
2014-09-13 Benjamin Petersonmake hg link secure
2014-09-11 Vinay SajipIssue #22386: fixed regression.
2014-09-11 Serhiy StorchakaIssue #21147: sqlite3 now raises an exception if the...
2014-09-11 Serhiy StorchakaIssue #21951: Fixed a crash in Tkinter on AIX when...
2014-09-11 Serhiy StorchakaIssue #21951: Use attemptckalloc() instead of ckalloc...
2014-09-10 Victor StinnerIssue #22338: Fix a crash in the json module on memory...
2014-09-10 Benjamin Petersony2k compliance, lol (closes #22380)
2014-09-10 Serhiy StorchakaIssue #22369: Change "context manager protocol" to...
2014-09-09 Stefan KrahIssue #22284: Update decimal.__all__
2014-09-06 Benjamin Petersonremove various dead version checks (closes #22349)
2014-09-06 Serhiy StorchakaIssue #22226: Added private function _splitdict() in...
2014-09-06 Serhiy StorchakaIssue #22131: Fixed a bug in handling an error occured...
2014-09-06 Serhiy StorchakaIssue #19524: Fixed resource leak in the HTTP connectio...
2014-09-06 Nick CoghlanIssue #22295: Adopt 'python -m pip' as the preferred...
2014-09-06 Nick CoghlanIssue #22346: also include asyncio PEP 411 notice in 3.4
2014-09-05 Ned DeilyKeep Mac/build-installer.py in sync across branches...
2014-09-05 Serhiy StorchakaIssue #20643: Removed unneeded (and wrong) class direct...
2014-09-05 Serhiy StorchakaIssue #22221: Add tests for compile() with source encod...
2014-09-05 Terry Jan ReedyIssue #21933: Make Control-Mousewhell only change font...
2014-09-03 Terry Jan ReedyNEWS items for Idle.
2014-09-03 Terry Jan ReedyNEWS items for turtledemo.
2014-09-03 Terry Jan ReedyIssue #22051: remove unneeded reload that allowed bad...
2014-09-03 Victor StinnerIssue #21440: test_zipfile: replace last direct calls...
2014-09-03 Victor StinnerIssue #21440: Backport changeset 4ebf97299b18 to branch...
2014-09-03 Victor StinnerIssue #20957: test_smtpnet now uses support.transient_i...
2014-09-03 Victor StinnerIssue #22332: test_multiprocessing_main_handling is...
2014-09-03 Victor StinnerIssue #22331: Skip test_interrupted_write_text() on...
2014-09-03 Terry Jan ReedyIssue #21933: Users can now change the font size for...
2014-09-02 Victor StinnerCloses #22258: Fix the the internal function set_inheri...
2014-09-01 Berker PeksagRemove unused imports.
2014-09-01 Berker PeksagIssue #19447: Suppress output of py_compile.compile().
2014-09-01 Ned DeilyIssue #22320: Fix broken link in the General Python...
2014-08-31 Jason R. Coombs#22315: Use advertised API for OSError
2014-08-31 Jason R. Coombs#22315: Use an existent directory for 'src' to trigger...
2014-08-31 Jason R. Coombs#22315: Provide an actual directory during test invocation.
2014-08-31 Jason R. Coombs#22315: Use technique outlined in test_file_util
2014-08-31 Jason R. Coombs#22315: Add test to capture the failure.
2014-08-31 Jason R. CoombsCorrect indent
next