]> granicus.if.org Git - python/shortlog
python
2011-07-15 Antoine Pitroutest_packaging should clean up after itself (but it...
2011-07-15 Antoine PitrouFix whitespace
2011-07-15 Antoine Pitroutest_threaded_import must clean up after itself
2011-07-15 Antoine Pitroutest_os needs to reap threads
2011-07-15 Antoine PitrouMerge from 3.2
2011-07-15 Antoine PitrouUse test.script_helper in test_pydoc
2011-07-15 Antoine Pitroutest_pydoc needs to cleanup after itself
2011-07-15 Antoine PitrouTry harder to reap dangling threads in test.support...
2011-07-15 Benjamin Petersonmerge heads
2011-07-15 Benjamin Petersoncomment which is not applicable anymore
2011-07-15 Antoine PitrouIssue #12573: Add resource checks for dangling Thread...
2011-07-15 Antoine PitrouIssue #12573: Add resource checks for dangling Thread...
2011-07-15 Antoine PitrouMerge
2011-07-15 Antoine PitrouMerge
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
2011-07-15 Benjamin Petersonmerge 3.2
2011-07-15 Benjamin Petersonmerge heads
2011-07-15 Benjamin Petersonmerge heads
2011-07-15 Benjamin Petersonmerge 3.2 (#11627)
2011-07-15 Benjamin Petersoncatch nasty exception classes with __new__ that doesn...
2011-07-15 Antoine PitrouIssue #11321: Fix a crash with multiple imports of...
2011-07-15 Antoine PitrouIssue #11321: Fix a crash with multiple imports of...
2011-07-15 Antoine PitrouMake sure to reap worker threads and processes at the...
2011-07-15 Antoine PitrouMake sure to reap worker threads and processes at the...
2011-07-15 Georg BrandlRemove duplicate "numbered" options for toctrees.
2011-07-15 Éric AraujoAlways use repr for regrtest resources names
2011-07-15 Éric AraujoSilence 2to3 warnings in packaging tests
2011-07-15 Éric AraujoFix :file: constructs in packaging.database docs
2011-07-15 Éric AraujoClear packaging.database caches in place
2011-07-14 Victor StinnerPy_BuildValue("C") supports non-BMP characters on narro...
2011-07-14 Victor StinnerClose #6755: Add get_wch() method to curses.window...
2011-07-14 Victor StinnerAdd cgi.closelog() function to close the log file
2011-07-14 Charles-François... Merge - Issue #12502: asyncore: fix polling loop with...
2011-07-14 Charles-François... Merge - Issue #12502: asyncore: fix polling loop with...
2011-07-14 Charles-François... Issue #12502: asyncore: fix polling loop with AF_UNIX...
2011-07-14 Benjamin Petersontest that TestCase doesn't get cycles
2011-07-14 Benjamin Petersonadd a contextmanager to disable the gc
2011-07-14 Benjamin Petersonmerge 3.2
2011-07-14 Benjamin Petersonthis should be an identity test
2011-07-14 Victor Stinner(merge 3.2) Issue #12250: test_socketserver uses a...
2011-07-14 Ezio MelottiMerge with 3.2.
2011-07-14 Victor StinnerIssue #12250: test_socketserver uses a timeout of 60...
2011-07-14 Ezio MelottiRestore the global state of the log vars, so that test_...
2011-07-14 Benjamin Petersonmerge 3.2
2011-07-14 Benjamin Petersoncarefully cleanup pointer cache after creating struct...
2011-07-13 Vinay SajipCloses #12536: Unused logger removed from lib2to3.
2011-07-13 Ned DeilyIssue #12549: Correct test_platform to not fail when...
2011-07-13 Ned DeilyIssue #12549: Correct test_platform to not fail when...
2011-07-13 Victor StinnerIssue #12550: regrtest displays the Python traceback...
2011-07-13 Victor StinnerIssue #12550: Add chain optional argument to faulthandl...
2011-07-13 Victor Stinner(merge 3.2) Close #4376: ctypes now supports nested...
2011-07-13 Victor StinnerClose #4376: ctypes now supports nested structures...
2011-07-13 Antoine PitrouRaise ValueError when attempting to set the _CHUNK_SIZE...
2011-07-13 Antoine PitrouRaise ValueError when attempting to set the _CHUNK_SIZE...
2011-07-13 Antoine PitrouMake it clear that PyNumber_AsSsize_t() returns -1...
2011-07-13 Antoine PitrouMake it clear that PyNumber_AsSsize_t() returns -1...
2011-07-13 Georg BrandlMerge doc change from 3.2.
2011-07-13 Georg BrandlClarify that PyErr_NewException creates an exception...
2011-07-13 Ezio Melotti#12547: Fix import and output in nntplib example. Initi...
2011-07-13 Benjamin Petersonmerge 3.2 (#12544)
2011-07-13 Benjamin Petersonthis can be done without a custom dict (also fixes...
2011-07-12 Antoine PitrouIssue #12149: Update the method cache after a type...
2011-07-12 Antoine PitrouIssue #12149: Update the method cache after a type...
2011-07-10 Antoine PitrouUse infinitive, not 3rd person of present tense.
2011-07-10 Antoine PitrouUse infinitive, not 3rd person of present tense.
2011-07-10 Antoine PitrouIssue #12343: Add some notes on behaviour of non-blocki...
2011-07-10 Antoine PitrouIssue #12343: Add some notes on behaviour of non-blocki...
2011-07-09 Antoine PitrouMention logging.captureWarnings in the warnings module...
2011-07-09 Antoine PitrouMention logging.captureWarnings in the warnings module...
2011-07-09 Antoine PitrouDummy merge
2011-07-09 Antoine PitrouMove sys.subversion at the right place in alphabetical...
2011-07-09 Antoine PitrouIssue #12326: document the recommended idiom for checki...
2011-07-09 Antoine PitrouIssue #12326: document the recommended idiom for checki...
2011-07-09 Georg BrandlFix syntax in packaging docs and update suspicious...
2011-07-09 Georg BrandlFix markup and remove character unsupported by latex...
2011-07-09 Georg BrandlDummy-merge 3.2.1 release changes into default.
2011-07-09 Georg BrandlMerge 3.2.1 release clone into main repo.
2011-07-09 Georg BrandlPost-release steps for 3.2.1.
2011-07-09 Georg BrandlAdded tag v3.2.1 for changeset ac1f7e5c0510
2011-07-09 Georg BrandlBump version to 3.2.1. v3.2.1
2011-07-09 Antoine PitrouSkip network tests when getaddrinfo() returns EAI_AGAIN...
2011-07-09 Antoine PitrouSkip network tests when getaddrinfo() returns EAI_AGAIN...
2011-07-09 Antoine PitrouSkip network tests when getaddrinfo() returns EAI_AGAIN...
2011-07-08 Antoine PitrouAdd comment
2011-07-08 Antoine PitrouRebind locally the globals which can be looked up at...
2011-07-08 Antoine PitrouIssue #11863: Remove support for legacy systems depreca...
2011-07-08 Antoine PitrouIssue #11863: remove unused file Python/thread_wince.h
2011-07-08 Benjamin Petersonmerge heads
2011-07-08 Benjamin Petersonadd patchlevel to version string
2011-07-08 Antoine PitrouAvoid failing in test_robotparser when mueblesmoraleda...
2011-07-08 Antoine PitrouAvoid failing in test_robotparser when mueblesmoraleda...
2011-07-08 Antoine PitrouAvoid failing in test_urllibnet.test_bad_address when...
2011-07-08 Antoine PitrouAvoid failing in test_urllibnet.test_bad_address when...
2011-07-08 Antoine PitrouAvoid failing in test_urllibnet.test_bad_address when...
2011-07-08 Antoine PitrouIssue #12440: When testing whether some bits in SSLCont...
2011-07-08 Antoine PitrouIssue #12440: When testing whether some bits in SSLCont...
2011-07-08 Éric AraujoClose file handles in a timely manner in packaging...
2011-07-08 Éric AraujoFactor out code used by packaging commands for HTTP...
next