]> granicus.if.org Git - python/shortlog
python
2011-07-19 Senthil KumaranFix closes issue12577 - clarify shutil.move documentati...
2011-07-18 Antoine PitrouIssue #6476: Document that os.spawnle and os.spawnve...
2011-07-18 Eric V. SmithCloses #12579. Positional fields with str.format_map...
2011-07-18 R David MurrayBetter English.
2011-07-17 Senthil Kumaranfix whitespace nit.
2011-07-17 Senthil KumaranFix closes Issue12478 - HTTPErrorProcess 's methods...
2011-07-17 Senthil KumaranFix closes Issue12479 - Add HTTPErrorProcessor class...
2011-07-17 Senthil KumaranFix Issue10403 - datetime documentation clarification...
2011-07-17 Senthil KumaranFix closes Issue11436 - Minor clarification to struct...
2011-07-16 Antoine PitrouClose the call queue in concurrent.futures.ProcessPoolE...
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 Antoine PitrouIssue #12573: Add resource checks for dangling Thread...
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 Benjamin Petersonmerge heads
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 PitrouMake sure to reap worker threads and processes at the...
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 Petersonthis should be an identity test
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 Petersoncarefully cleanup pointer cache after creating struct...
2011-07-13 Ned DeilyIssue #12549: Correct test_platform to not fail when...
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 PitrouMake it clear that PyNumber_AsSsize_t() returns -1...
2011-07-13 Georg BrandlClarify that PyErr_NewException creates an exception...
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-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-09 Antoine PitrouMention logging.captureWarnings in the warnings module...
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 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-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 PitrouIssue #12440: When testing whether some bits in SSLCont...
2011-07-08 Victor StinnerIssue #12423: Fix os.abort() documentation
2011-07-06 Ned DeilyIssue #8716: Instead of relying on Aqua Tk exceptions...
2011-07-05 Victor StinnerIssue #12493: skip test_communicate_eintr() if signal...
2011-07-05 Victor StinnerIssue #12451: pydoc: html_getfile() now uses tokenize...
2011-07-05 Victor StinnerIssue #12493: subprocess: communicate() handles EINTR
2011-07-05 Victor StinnerIssue #9611, #9015: FileIO.read() clamps the length...
2011-07-05 Benjamin Petersonstart out this branch always with filename NULL
2011-07-05 Ned DeilyIssue #12497: Install test/data to prevent failures...
2011-07-05 Ned DeilyIssue #12496: Install test/capath directory to prevent...
2011-07-04 Senthil KumaranFix whitespace nit in datetime and os rst files.
2011-07-04 Senthil Kumaranissue10403 - Let's not use members anymore. Use 'attrib...
2011-07-04 Georg BrandlMerge 3.2.1 release clone changes into main 3.2 branch...
2011-07-04 Victor StinnerIssue #12469: Run "wakeup" signal tests in subprocess...
2011-07-04 Victor StinnerIssue #12429: Skip interrupted write tests on FreeBSD...
2011-07-04 Victor StinnerIssue #12429: Skip interrupted write tests on FreeBSD...
2011-07-04 Ned DeilyIssue #8716: Avoid crashes caused by Aqua Tk on OSX...
2011-07-04 Senthil KumaranFix closes issue12471 - wrong TypeError message when...
2011-07-04 Benjamin Petersonplug refleak
2011-07-04 Senthil KumaranFix closes issue issue12470 - check for utime for the...
2011-07-04 Senthil KumaranFix closes issue issue12470 - check for utime for the...
2011-07-04 Victor StinnerIssue #12467: warnings: fix a race condition if a warni...
2011-07-04 Georg BrandlPost-release steps.
2011-07-04 Victor StinnerIssue #12467: warnings: fix a race condition if a warni...
2011-07-04 Senthil KumaranFix closes issue12438 - idlelib.PyShell's showformatwa...
2011-07-04 Senthil KumaranFix closes issue12438 - idlelib.PyShell's showformatwa...
2011-07-04 Senthil KumaranFix closes issue12432 - remove the unused sys from...
2011-07-04 Victor StinnerIssue #12451: pydoc: importfile() now opens the Python...
2011-07-03 Victor StinnerIssue #12451: runpy: run_path() now opens the Python...
2011-07-03 Victor StinnerIssue #12451: xml.dom.pulldom: parse() now opens files...
2011-07-03 Benjamin Petersonnever retain a generator's caller's exception state...
2011-07-03 Benjamin Petersonadd '
2011-07-03 Benjamin Petersonmerge heads
2011-07-03 Benjamin Petersonrestore a generator's caller's exception state both...
2011-07-03 Benjamin Petersonadd 3.2.2 heading
2011-07-03 Senthil KumaranreST indentation fix in sqlite3 docs. rst uses 3 space...
2011-07-03 Georg BrandlAdded tag v3.2.1rc2 for changeset 5df549718fb4
2011-07-03 Georg BrandlNEWS rewrap. v3.2.1rc2
2011-07-03 Georg BrandlBump to 3.2.1rc2.
2011-07-03 Georg BrandlFix bad markup.
2011-07-03 Georg BrandlUpdate pydoc topics.
2011-07-03 Georg BrandlFix target path in message.
2011-07-03 Georg BrandlRegenerate configure.
2011-07-02 Charles-François... Merge issue #12352: Fix a deadlock in multiprocessing...
2011-07-02 Charles-François... Issue #12352: Fix a deadlock in multiprocessing.Heap...
2011-07-01 R David Murray#11873: another try at fixing the regex, courtesy of...
2011-07-01 R David Murray#11873: fix test regex so it covers windows os.sep...
2011-07-01 Victor StinnerIssue #12363: increase the timeout of siginterrupt...
2011-07-01 Victor StinnerIssue #12363: improve siginterrupt() tests
2011-07-01 Victor StinnerIssue #11870: Skip test_threading.test_2_join_in_forked...
2011-07-01 Victor Stinnertest_os: remove now useless TemporaryFileTests testcase
2011-07-01 Victor Stinnerlibpython.py (gdb) now catchs IOError in py-list and...
next