]> granicus.if.org Git - python/shortlog
python
2014-11-24 Benjamin Petersonupdate versionchanged
2014-11-24 Benjamin Petersonmerge 3.4 (#22788)
2014-11-24 Benjamin Petersonadd context parameter to HTTPHandler (closes #22788)
2014-11-24 Benjamin Petersonmerge 3.4
2014-11-24 Benjamin Petersonadd NEWS note for #22921
2014-11-24 Benjamin Petersonmerge 3.4 (null)
2014-11-24 Benjamin Petersoncorrect versionchanged version
2014-11-23 Benjamin Petersonmerge 3.4 (#22921)
2014-11-23 Benjamin Petersondon't require OpenSSL SNI to pass hostname to ssl funct...
2014-11-23 Benjamin Petersonmerge 3.4
2014-11-23 Benjamin Petersondocument that cadefault does nothing now
2014-11-23 Antoine PitrouUpdate importlib.h
2014-11-23 Antoine PitrouIssue #22894: TestCase.subTest() would cause the test...
2014-11-23 Antoine PitrouIssue #22894: TestCase.subTest() would cause the test...
2014-11-23 Antoine PitrouNull merge
2014-11-23 Raymond HettingerPEP 479: Use the return-keyword instead of raising...
2014-11-23 Raymond HettingerPEP 479: Don't let StopIteration bubble out of calls...
2014-11-22 Ned DeilyReally add downloads page link to OS X installer README...
2014-11-22 Ned DeilyAdd downloads page link to OS X installer README screens.
2014-11-22 Zachary WareIssue #22834: cwd can't not exist on Windows, skip...
2014-11-22 Ned DeilyAdd downloads page link to OS X installer README screens.
2014-11-22 Zachary WareCloses #22869: Move PyOS_CheckStack back to pythonrun.c
2014-11-22 Steve DowerIssue #22869: Remove duplicate stack check from pythonrun.c
2014-11-21 Serhiy StorchakaIssue #19720: Suppressed context for some exceptions...
2014-11-21 Serhiy StorchakaIssue #17293: socket.gethostbyname() can raise an excep...
2014-11-21 Serhiy StorchakaIssue #19720: Suppressed context for some exceptions...
2014-11-21 Brett CannonIssue #22834: Have import suppress FileNotFoundError...
2014-11-21 Steve DowerIssue #22869: Add pylifecycle.c/.h files to pythoncore...
2014-11-21 Antoine PitrouIssue #22796: HTTP cookie parsing is now stricter,...
2014-11-20 Victor Stinner(Merge 3.4) asyncio: BaseSelectorEventLoop.close()...
2014-11-20 Victor Stinnerasyncio: BaseSelectorEventLoop.close() now closes the...
2014-11-20 Victor StinnerMerge 3.4 (asyncio)
2014-11-20 Victor Stinnerasyncio: Coroutine objects are now rejected with a...
2014-11-20 Victor StinnerMerge with 3.4 (asyncio)
2014-11-20 Victor Stinnerasyncio, test_events: Ignore the "SSL handshake failed...
2014-11-20 Victor Stinnerasyncio: Fix formatting of the "Future exception was...
2014-11-20 Nick CoghlanIssue #22869: Split pythonrun into two modules
2014-11-19 Serhiy StorchakaIssue #20736: testSendmsgDontWait in test_socket no...
2014-11-19 Serhiy StorchakaIssue #20736: testSendmsgDontWait in test_socket no...
2014-11-19 Serhiy StorchakaIssue #20604: Added missed invalid mode in error messag...
2014-11-19 Serhiy StorchakaIssue #20604: Added missed invalid mode in error messag...
2014-11-18 Antoine PitrouClose #22370: Windows detection in pathlib is now more...
2014-11-18 Antoine PitrouClose #22370: Windows detection in pathlib is now more...
2014-11-18 Serhiy StorchakaNull merge
2014-11-18 Serhiy StorchakaIssue #22453: Warn against the use of leaking macro...
2014-11-18 Serhiy StorchakaIssue #22453: Removed non-documented macro PyObject_REPR().
2014-11-18 Victor StinnerIssue #20948: Inline makefmt() in unicode_fromformat_arg()
2014-11-18 Serhiy StorchakaIssue #18637: Fixed an error in _PyNode_SizeOf declaration.
2014-11-18 Serhiy StorchakaIssue #18637: Fixed an error in _PyNode_SizeOf declaration.
2014-11-17 Serhiy StorchakaIssue #20662: Argspec now is escaped in html output...
2014-11-17 Serhiy StorchakaIssue #20662: Argspec now is escaped in html output...
2014-11-15 Raymond HettingerIssue #22824: Simplify reprlib output format for empty...
2014-11-15 Serhiy StorchakaIssue #22823: Use set literals instead of creating...
2014-11-15 Serhiy StorchakaIssue #22193: Fixed integer overflow error in sys.getsi...
2014-11-15 Serhiy StorchakaIssue #22193: Fixed integer overflow error in sys.getsi...
2014-11-15 Ned DeilyIssue #22877: PEP 477 - keep 2.7 and 3.x installers...
2014-11-15 Ned DeilyUpdate OS X installer documentation files for 3.5.0
2014-11-15 Ned DeilyIssue #22877: PEP 477 - keep 2.7 and 3.x installers...
2014-11-14 Antoine PitrouIssue #22847: Improve method cache efficiency.
2014-11-14 Guido van Rossum- Issue #22841: Reject coroutines in asyncio add_signal...
2014-11-14 Guido van Rossum- Issue #22841: Reject coroutines in asyncio add_signal...
2014-11-12 Benjamin Petersonadd space
2014-11-12 Benjamin Petersonmerge 3.4 (#22849)
2014-11-12 Benjamin Petersonfix possible double free in TextIOWrapper.__init__...
2014-11-12 Nick CoghlanClose #19494: add urrlib.request.HTTPBasicPriorAuthHandler
2014-11-11 Serhiy StorchakaMinor code clean up and improvements in the re module.
2014-11-11 Donald StufftMerge - Upgrade setuptools to 7.0
2014-11-11 Donald StufftUpgrade setuptools to 7.0
2014-11-11 Serhiy StorchakaIssue #22845: Improved formatting of dis documentation.
2014-11-11 Serhiy StorchakaIssue #22845: Improved formatting of dis documentation.
2014-11-11 Serhiy StorchakaMerge heads
2014-11-10 Berker PeksagIssue #22839: Fix Snapshot.statistics() link.
2014-11-10 Berker PeksagIssue #22839: Fix Snapshot.statistics() link.
2014-11-10 Serhiy StorchakaFixed error position for the backslash at the end of...
2014-11-10 Serhiy StorchakaFixed AttributeError when the regular expression starts...
2014-11-10 Serhiy StorchakaFixed IDLE tests after changing re error messages ...
2014-11-10 Serhiy StorchakaIssue #22578: Added attributes to the re.error class.
2014-11-10 Serhiy StorchakaGot rid of the array module dependency in the re module.
2014-11-10 Serhiy StorchakaGot rid of the array module dependency in the re module.
2014-11-10 Serhiy StorchakaIssue #12728: Different Unicode characters having the...
2014-11-10 Serhiy StorchakaIssue #12728: Different Unicode characters having the...
2014-11-10 Serhiy StorchakaIssue #22821: Fixed fcntl() with integer argument on...
2014-11-10 Serhiy StorchakaIssue #22821: Fixed fcntl() with integer argument on...
2014-11-10 Serhiy StorchakaMerge heads
2014-11-10 Berker PeksagIssue #21650: Add an `--sort-keys` option to json.tool...
2014-11-10 Raymond HettingerIssue #22824: Updated reprlib output format for sets...
2014-11-10 Brett CannonMerge with default
2014-11-10 Brett CannonIssue 20152, 22821: Port the fcntl module to Argument...
2014-11-10 Raymond Hettingermerge
2014-11-10 Raymond HettingerIssue 22830: Clarify docs for functools.cmp_to_key().
2014-11-09 Raymond HettingerIssue #22823: Use set literals instead of creating...
2014-11-09 Serhiy StorchakaIssue #22434: Constants in sre_constants are now named...
2014-11-08 Berker PeksagIssue #22695: Fix rendering of the deprecated-removed...
2014-11-08 Berker PeksagIssue #22695: Fix rendering of the deprecated-removed...
2014-11-07 Serhiy StorchakaSilence the failure of test_pyclbr after adding a prope...
2014-11-07 Serhiy StorchakaSilence the failure of test_pyclbr after adding a prope...
2014-11-07 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2014-11-07 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2014-11-07 Berker PeksagIssue #22808: Link to the correct time method in BaseEv...
2014-11-07 Berker PeksagIssue #22808: Link to the correct time method in BaseEv...
next