]> granicus.if.org Git - python/shortlog
python
2013-08-24 Eli BenderskyClarify the documentation of XMLParser.close
2013-08-24 Tim PetersVarious clarifications based on feedback & questions...
2013-08-24 Tim PetersVarious clarifications based on feedback & questions...
2013-08-24 Antoine PitrouIssue #18772: fix the gdb plugin after the set implemen...
2013-08-24 Antoine PitrouIssue #18756: make test_urandom_failure more robust...
2013-08-24 Antoine PitrouIssue #18756: make test_urandom_failure more robust...
2013-08-24 Nick CoghlanClose #18538: ``python -m dis`` now uses argparse.
2013-08-24 Victor Stinner(Merge 3.3) test_socket: cancel scheduled alarm on...
2013-08-24 Victor Stinnertest_socket: cancel scheduled alarm on test failure
2013-08-24 Benjamin Petersonremove support for compiling on systems without getcwd()
2013-08-23 Serhiy StorchakaMerge heads
2013-08-23 Serhiy StorchakaIssue #18757: Improved cross-references in the concurre...
2013-08-23 Serhiy StorchakaIssue #18757: Improved cross-references in the concurre...
2013-08-23 Antoine PitrouBack out 5bd9db528aed (issue #18408). It caused unsolv...
2013-08-23 Antoine PitrouIssue #17741: use composition, rather than inheritance...
2013-08-23 Ezio Melotti#18798: merge typo fix from 3.3 and also use two unused...
2013-08-23 Ezio Melotti#18798: fix typo in test_fcntl. Patch by Vajrasky...
2013-08-23 Ezio Melotti#18796: improve documentation of the file argument...
2013-08-23 Brett CannonIssue #18394: Explicitly close the file object cgi...
2013-08-23 Brett CannonStop using assertEquals.
2013-08-23 Brett CannonMake test_import more robust and stop using assertRaise...
2013-08-23 Victor Stinner(Merge 3.3) Close #17702: On error, os.environb now...
2013-08-23 Victor StinnerClose #17702: On error, os.environb now removes suppres...
2013-08-23 Brett CannonDelete merge markers
2013-08-23 Brett Cannonmerge for issue #18755
2013-08-23 Brett Cannonmerge for issue #18755
2013-08-23 Brett CannonNEW entry for issue #18755
2013-08-23 Brett CannonIssue #18755: Allow imp.load_*() loaders to have get_da...
2013-08-23 Brett Cannonmerge emphasized discouragement of overriding __import__
2013-08-23 Brett CannonEmphasize that people should not override __import__.
2013-08-23 Raymond HettingerAdd the same dummy type that is used in dictionaries.
2013-08-22 Tim PetersAdd line explaining the "%sort" test.
2013-08-22 Tim PetersAdd line explaining the "%sort" test.
2013-08-22 Richard OudkerkMake test for semaphore tracker capture and check the...
2013-08-22 Raymond HettingerIssue 18797: Remove unneeded refcount adjustments...
2013-08-22 Serhiy StorchakaIssue #16809: Fixed some tkinter incompabilities with...
2013-08-22 Serhiy StorchakaIssue #16809: Fixed some tkinter incompabilities with...
2013-08-22 Serhiy StorchakaIssue #16809: Tkinter's splitlist() and split() methods...
2013-08-22 Serhiy StorchakaIssue #16809: Tkinter's splitlist() and split() methods...
2013-08-22 Richard OudkerkFix devpoll_dealloc().
2013-08-22 Richard OudkerkMove definition of devpoll_internal_close() before...
2013-08-22 Richard OudkerkFix compilation of select module on Solaris.
2013-08-22 Christian HeimesIssue #18747: Update Misc/NEWS to reflect the latest...
2013-08-22 Christian HeimesIssue #18747: Update Misc/NEWS to reflect the latest...
2013-08-22 Christian HeimesIssue #18747: Use a parent atfork handler instead of...
2013-08-22 Christian HeimesIssue #18747: Use a parent atfork handler instead of...
2013-08-22 Richard OudkerkStop making fork server have copy of semaphore_tracker_fd.
2013-08-22 Richard OudkerkIssue #18762: Fix EBADF error when using forkserver.
2013-08-22 R David MurrayMerge #18324: set_payload now correctly handles binary...
2013-08-22 R David Murray#18324: set_payload now correctly handles binary input.
2013-08-22 Victor Stinnerremove unused declaration
2013-08-21 Victor StinnerCleanup test_builtin
2013-08-21 Victor StinnerUse new new stat.S_ISDOOR() function, instead of hardco...
2013-08-21 Tim PetersMerge 3.3 into default.
2013-08-21 Tim PetersMerge 3.2 into 3.3.
2013-08-21 Antoine PitrouNull merge
2013-08-21 Antoine PitrouIssue #18792: Use "127.0.0.1" or "::1" instead of ...
2013-08-21 Antoine PitrouIssue #18792: Use "127.0.0.1" or "::1" instead of ...
2013-08-21 Victor StinnerClose #18794: Add a fileno() method and a closed attrib...
2013-08-21 Serhiy StorchakaMerge heads
2013-08-21 Richard OudkerkIssue #18762: Print debug info on failure to create...
2013-08-21 Serhiy StorchakaIssue #17119: Fixed integer overflows when processing...
2013-08-21 Serhiy StorchakaIssue #17119: Fixed integer overflows when processing...
2013-08-21 Christian HeimesIssue #18747: Re-seed OpenSSL's pseudo-random number...
2013-08-21 Christian HeimesIssue #18747: Re-seed OpenSSL's pseudo-random number...
2013-08-21 Raymond HettingerHoist the global dummy lookup out of the inner loop...
2013-08-21 Raymond HettingerRemove a redundant hash table probe (this was artifact...
2013-08-21 Raymond HettingerIssue 18772: Restore set dummy object back to unicode...
2013-08-20 Christian HeimesFix rev85282, add missing import of subprocess module
2013-08-20 Serhiy StorchakaIssue #8865: Concurrent invocation of select.poll.poll...
2013-08-20 Serhiy StorchakaIssue #8865: Concurrent invocation of select.poll.poll...
2013-08-20 Serhiy StorchakaIssue #13461: Fix a crash in the TextIOWrapper.tell...
2013-08-20 Serhiy StorchakaIssue #13461: Fix a crash in the TextIOWrapper.tell...
2013-08-19 Antoine PitrouIssue #7732: try to fix test_bug7732's flakiness on...
2013-08-19 Serhiy StorchakaIssue #2537: Remove breaked check which prevented valid...
2013-08-19 Serhiy StorchakaIssue #2537: Remove breaked check which prevented valid...
2013-08-19 Serhiy StorchakaIssue #18647: A regular expression in the doctest modul...
2013-08-19 Serhiy StorchakaIssue #18647: A regular expression in the doctest modul...
2013-08-19 Serhiy StorchakaIssue #18647: Correctly bound calculated min/max width...
2013-08-19 Serhiy StorchakaIssue #18647: Correctly bound calculated min/max width...
2013-08-19 Andrew KuchlingTypo fix
2013-08-19 Raymond HettingerIssue 18774: Update news and whatsnew for the set...
2013-08-19 Christian HeimesIssue #18777: The ssl module now uses the new CRYPTO_TH...
2013-08-19 Christian HeimesIssue #18777: The ssl module now uses the new CRYPTO_TH...
2013-08-19 Raymond HettingerIssue18771: Reduce the cost of hash collisions for...
2013-08-19 Serhiy StorchakaIssue #18761: Improved cross-references in email docume...
2013-08-19 Serhiy StorchakaIssue #18761: Improved cross-references in email docume...
2013-08-19 Terry Jan ReedyMerge with 3.3
2013-08-19 Terry Jan ReedyIssue #18489: idlelib.SearchEngine - add docstrings
2013-08-19 Andrew Kuchling#18445: update Tools/scripts/README.
2013-08-18 Andrew Kuchling#18445: change permissions on some scripts to executable
2013-08-18 Andrew KuchlingMerge from 3.3
2013-08-18 Andrew Kuchling#18562: various revisions to the regex howto for 3.x
2013-08-18 Terry Jan ReedyMerge with 3.3
2013-08-18 Terry Jan ReedyIssue #18592: whitespace
2013-08-18 Terry Jan ReedyMerge with 3.3
2013-08-18 Terry Jan ReedyIssue #18592: Add docstrings to file being tested ...
2013-08-18 Christian HeimesIssue #18774: Remove last bits of GNU PTH thread code...
2013-08-18 Christian Heimesmerge
2013-08-18 Christian Heimesadd missing #
next