projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2011-07-18
Eric V. Smith
Closes #12579. Positional fields with str.format_map...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
R David Murray
Better English.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Senthil Kumaran
fix whitespace nit.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Senthil Kumaran
Fix closes Issue12478 - HTTPErrorProcess 's methods...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Senthil Kumaran
Fix closes Issue12479 - Add HTTPErrorProcessor class...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Senthil Kumaran
Fix Issue10403 - datetime documentation clarification...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Senthil Kumaran
Fix closes Issue11436 - Minor clarification to struct...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-16
Antoine Pitrou
Close the call queue in concurrent.futures.ProcessPoolE...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Use test.script_helper in test_pydoc
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
test_pydoc needs to cleanup after itself
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Try harder to reap dangling threads in test.support...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Issue #12573: Add resource checks for dangling Thread...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Merge
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Issue #11603: Fix a crash when __str__ is rebound as...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Issue #11603: Fix a crash when __str__ is rebound as...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Benjamin Peterson
catch nasty exception classes with __new__ that doesn...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Issue #11321: Fix a crash with multiple imports of...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Antoine Pitrou
Make sure to reap worker threads and processes at the...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Charles-François...
Merge - Issue #12502: asyncore: fix polling loop with...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Charles-François...
Issue #12502: asyncore: fix polling loop with AF_UNIX...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Benjamin Peterson
this should be an identity test
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Victor Stinner
Issue #12250: test_socketserver uses a timeout of 60...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Ezio Melotti
Restore the global state of the log vars, so that test_...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Benjamin Peterson
carefully cleanup pointer cache after creating struct...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Ned Deily
Issue #12549: Correct test_platform to not fail when...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Victor Stinner
Close #4376: ctypes now supports nested structures...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Antoine Pitrou
Raise ValueError when attempting to set the _CHUNK_SIZE...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Antoine Pitrou
Make it clear that PyNumber_AsSsize_t() returns -1...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Georg Brandl
Clarify that PyErr_NewException creates an exception...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Benjamin Peterson
this can be done without a custom dict (also fixes...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Antoine Pitrou
Issue #12149: Update the method cache after a type...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Antoine Pitrou
Use infinitive, not 3rd person of present tense.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Antoine Pitrou
Issue #12343: Add some notes on behaviour of non-blocki...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Antoine Pitrou
Mention logging.captureWarnings in the warnings module...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Antoine Pitrou
Move sys.subversion at the right place in alphabetical...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Antoine Pitrou
Issue #12326: document the recommended idiom for checki...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Georg Brandl
Merge 3.2.1 release clone into main repo.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Georg Brandl
Post-release steps for 3.2.1.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Georg Brandl
Added tag v3.2.1 for changeset ac1f7e5c0510
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Georg Brandl
Bump version to 3.2.1.
v3.2.1
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Antoine Pitrou
Skip network tests when getaddrinfo() returns EAI_AGAIN...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Antoine Pitrou
Skip network tests when getaddrinfo() returns EAI_AGAIN...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Antoine Pitrou
Avoid failing in test_robotparser when mueblesmoraleda...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Antoine Pitrou
Avoid failing in test_urllibnet.test_bad_address when...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Antoine Pitrou
Avoid failing in test_urllibnet.test_bad_address when...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Antoine Pitrou
Issue #12440: When testing whether some bits in SSLCont...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Victor Stinner
Issue #12423: Fix os.abort() documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-07-06
Ned Deily
Issue #8716: Instead of relying on Aqua Tk exceptions...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Victor Stinner
Issue #12493: skip test_communicate_eintr() if signal...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Victor Stinner
Issue #12451: pydoc: html_getfile() now uses tokenize...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Victor Stinner
Issue #12493: subprocess: communicate() handles EINTR
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Victor Stinner
Issue #9611, #9015: FileIO.read() clamps the length...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Benjamin Peterson
start out this branch always with filename NULL
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Ned Deily
Issue #12497: Install test/data to prevent failures...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-05
Ned Deily
Issue #12496: Install test/capath directory to prevent...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
Fix whitespace nit in datetime and os rst files.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
issue10403 - Let's not use members anymore. Use 'attrib...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Georg Brandl
Merge 3.2.1 release clone changes into main 3.2 branch...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Victor Stinner
Issue #12469: Run "wakeup" signal tests in subprocess...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Victor Stinner
Issue #12429: Skip interrupted write tests on FreeBSD...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Victor Stinner
Issue #12429: Skip interrupted write tests on FreeBSD...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Ned Deily
Issue #8716: Avoid crashes caused by Aqua Tk on OSX...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
Fix closes issue12471 - wrong TypeError message when...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Benjamin Peterson
plug refleak
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
Fix closes issue issue12470 - check for utime for the...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
Fix closes issue issue12470 - check for utime for the...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Victor Stinner
Issue #12467: warnings: fix a race condition if a warni...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Georg Brandl
Post-release steps.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Victor Stinner
Issue #12467: warnings: fix a race condition if a warni...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
Fix closes issue12438 - idlelib.PyShell's showformatwa...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
Fix closes issue12438 - idlelib.PyShell's showformatwa...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Senthil Kumaran
Fix closes issue12432 - remove the unused sys from...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Victor Stinner
Issue #12451: pydoc: importfile() now opens the Python...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Victor Stinner
Issue #12451: runpy: run_path() now opens the Python...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Victor Stinner
Issue #12451: xml.dom.pulldom: parse() now opens files...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Benjamin Peterson
never retain a generator's caller's exception state...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Benjamin Peterson
add '
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Benjamin Peterson
merge heads
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Benjamin Peterson
restore a generator's caller's exception state both...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Benjamin Peterson
add 3.2.2 heading
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Senthil Kumaran
reST indentation fix in sqlite3 docs. rst uses 3 space...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Georg Brandl
Added tag v3.2.1rc2 for changeset 5df549718fb4
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Georg Brandl
NEWS rewrap.
v3.2.1rc2
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Georg Brandl
Bump to 3.2.1rc2.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Georg Brandl
Fix bad markup.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Georg Brandl
Update pydoc topics.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Georg Brandl
Fix target path in message.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-03
Georg Brandl
Regenerate configure.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-02
Charles-François...
Merge issue #12352: Fix a deadlock in multiprocessing...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-02
Charles-François...
Issue #12352: Fix a deadlock in multiprocessing.Heap...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
R David Murray
#11873: another try at fixing the regex, courtesy of...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
R David Murray
#11873: fix test regex so it covers windows os.sep...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Victor Stinner
Issue #12363: increase the timeout of siginterrupt...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Victor Stinner
Issue #12363: improve siginterrupt() tests
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Victor Stinner
Issue #11870: Skip test_threading.test_2_join_in_forked...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Victor Stinner
test_os: remove now useless TemporaryFileTests testcase
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Victor Stinner
libpython.py (gdb) now catchs IOError in py-list and...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-01
Victor Stinner
test_os: add TemporaryFileTests to the testcase list
commit
|
commitdiff
|
tree
|
snapshot
2011-06-30
Antoine Pitrou
Issue #12407: Explicitly skip test_capi.EmbeddingTest...
commit
|
commitdiff
|
tree
|
snapshot
next